golang.org/x/net/http2.ClientConn.hbuf (field)
6 uses
golang.org/x/net/http2 (current package)
transport.go#L433: hbuf bytes.Buffer // HPACK encoder writes into this
transport.go#L875: cc.henc = hpack.NewEncoder(&cc.hbuf)
transport.go#L1611: cc.hbuf.Reset()
transport.go#L1618: hdrs := cc.hbuf.Bytes()
transport.go#L2033: cc.hbuf.Reset()
transport.go#L2059: return cc.hbuf.Bytes(), nil
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)